home *** CD-ROM | disk | FTP | other *** search
- /* lineout.h */
-
- /* Output codes used by sgmls. */
-
- #define DATA_CODE '-'
- #define START_CODE '('
- #define END_CODE ')'
- #define ATTRIBUTE_CODE 'A'
- #define DATA_ATTRIBUTE_CODE 'D'
- #define REFERENCE_ENTITY_CODE '&'
- #define DEFINE_NOTATION_CODE 'N'
- #define DEFINE_EXTERNAL_ENTITY_CODE 'E'
- #define DEFINE_INTERNAL_ENTITY_CODE 'I'
- #define PI_CODE '?'
- #define DEFINE_SUBDOC_ENTITY_CODE 'S'
- #define START_SUBDOC_CODE '{'
- #define END_SUBDOC_CODE '}'
- #define LOCATION_CODE 'L'
- #define APPINFO_CODE '#'
- #define PUBID_CODE 'p'
- #define SYSID_CODE 's'
- #define FILE_CODE 'f'
- #define CONFORMING_CODE 'C'
-